Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Spawning hydration in response to Idle update #19011

Merged
merged 2 commits into from May 27, 2020

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented May 27, 2020

Fixes a bug in the new fork when hydrating in response to an idle priority update.

The root cause isn't super interesting. Just silly mistakes that I made while iterating on the Lanes module, and that weren't caught by any of our tests.

There's a lot of duplication in the Lanes module right now. It's also not super stable as we continue to refine our heuristics. Hopefully the final state is simpler and harder to mess up.

@acdlite acdlite requested a review from sebmarkbage May 27, 2020 01:19
@facebook-github-bot facebook-github-bot added React Core Team Opened by a member of the React Core Team CLA Signed labels May 27, 2020
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit b25ab33:

Sandbox Source
great-meninsky-e3r94 Configuration

@codesandbox-ci
Copy link

codesandbox-ci bot commented May 27, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit a775556:

Sandbox Source
pedantic-burnell-kl587 Configuration

@sizebot
Copy link

sizebot commented May 27, 2020

Warnings
⚠️ Build job for base commit is still pending: 9273e65

Size changes (stable)

Generated by 🚫 dangerJS against a775556

@sizebot
Copy link

sizebot commented May 27, 2020

Warnings
⚠️ Build job for base commit is still pending: 9273e65

Size changes (experimental)

Generated by 🚫 dangerJS against a775556

Adds a test that fails in the new fork.
These are just silly mistakes that weren't caught by any of our tests.

There's a lot of duplication in the Lanes module right now. It's also
not super stable as we continue to refine our heuristics. Hopefully the
final state is simpler and less prone to these types of mistakes.
@acdlite acdlite merged commit 18de3b6 into facebook:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants